.main,.w{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.main::after,.w::after,.footerIcon::after {
	content: "";
	display: block;
	clear: both;
}
.iframe {
	height: 40px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a{
    color: #333;
}
a:hover{
    color: #f08200;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
	font-family: 'tao31';  /* project id 2341812 */
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#tao31') format('svg');
  }
  .tao31{
	  font-family:"tao31" !important;
	  font-size:16px;font-style:normal;
	  -webkit-font-smoothing: antialiased;
	  -webkit-text-stroke-width: 0.2px;
	  -moz-osx-font-smoothing: grayscale;
  }
@font-face {
	font-family: 'xwboo';  /* Project id 1932496 */
	src: url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff2?t=1703134893773') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff?t=1703134893773') format('woff'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.ttf?t=1703134893773') format('truetype');
  }
.xwboo {
	font-family: "xwboo" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
body.f5{
    background-color: #f5f5f5;
}
/* header */
#header {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
	font-size: 14px;
}
.header span {
	float: left;
	line-height: 40px;
}
.header span a {
	color: #999;
	margin-right: 30px;
}
.header span a:hover {
	color: #f08200;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #f08200;
	color: #fff;
	border-radius: 3px;
}
.header p {
	float: right;
	line-height: 40px;
	color: #666;
}
.header p a {
    padding-right: 13px;
    margin-right: 13px;
	color: #999;
	position: relative;
}
.header p a::after{
    width: 1px;
    height: 12px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d0d0d0;
}
.header p a:hover {
	color: #f08200;
}
.header p a i {
    margin-right: 5px;
    font-size: 16px;
	color: #f08200;
    display: inline-block;
    vertical-align: top;
}
.header p a:last-child{
    margin: 0;
    padding: 0;
}
.header p a:last-child::after{
    display: none;
}
/* searchDiv */
.searchDiv {
	padding: 22px 0;
	background: #fff;
}
.searchDiv .logo {
	float: left;
	height: 60px;
}
.searchDiv .pageName {
	position: relative;
	margin-left: 14px;
	padding-left: 16px;
	float: left;
	margin-top: 10px;
	font-size: 30px;
    font-weight: 700;
}
.searchDiv .pageName::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 48px;
	background-color: #dddddd;
}
.searchDiv .search {
	float: left;
	position: relative;
	width: 643px;
	height: 46px;
	border-radius: 23px;
	margin-left: 173px;
	margin-top: 6px;
	border: 2px solid #f08200;
	box-sizing: border-box;
}
.searchDiv .search form {
	height: 100%;
}
.searchSelect {
	width: 75px;
	height: 100%;
	position: relative;
	float: left;
}
.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 14px;
	line-height: 42px;
	text-indent: 14px;
	display: inline-block;
}

.selectTop i {
	display: inline-block;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 9px;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 18px;
}
.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelect::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
}
.search button {
	position: absolute;
	right: -2px;
	top: -2px;
	height: 46px;
	height: calc(100% + 4px);
    background-color: #f08200;
	border-radius: 0 21px 21px 0;
	color: #ffffff;
	width: 104px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}

.search button i {
	margin-right: 6px;
	font-size: 15px;
}
.search input {
	width: calc(100% - 75px);
	height: 100%;
	float: left;
	border: none;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #aaa;
	text-indent: 11px;
	background: transparent;
	padding-right: 105px;
	box-sizing: border-box;
}
.selectBot {
	position: absolute;
	width: 82px;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #f08200;
	border-left: 2px solid #f08200;
	border-right: 2px solid #f08200;
	color: #fff;
	cursor: pointer;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
    margin-top: 6px;
}
.searchDiv .btnBox a {
	display: inline-block;
	height: 46px;
	line-height: 44px;
	background-color: #e5f2f9;
	box-sizing: border-box;
	border: 1px solid #e5f2f9;
	text-align: center;
	border-radius: 23px;
	font-size: 16px;
	margin-right: 16px;
	font-weight: bold;
	color: #0195df;
	padding: 0 23px;
}

.searchDiv .btnBox a:last-of-type {
	margin-right: 8px;
	background-color: #fcedda;
	border: 1px solid #fcedda;
	color: #f18901;
}
.searchDiv .btnBox a i {
    margin: 11px 6px 0 0;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
    line-height: normal;
	font-weight: normal;
}

.searchDiv .btnBox a:hover {
	border-color: #0195df;
	color: #0195df;
	background-color: #fff;
}
.searchDiv .btnBox a:last-of-type:hover {
	border-color: #f18901;
	color: #f18901;
}
/* nav */
.nav {
	height: 52px;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
}
.w290 {
	width: 290px;
}
.nav .nav-title {
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-indent: 24px;
	background-color: #f08200;
	margin-right: 10px;
}
.nav .nav-title a {
	color: #fff;
}
.nav .nav-title i {
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url('../../../../images/channel/version/2024/title-ico.png') 0 0 no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 21px;
}
.nav ul {
	overflow: hidden;
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 21px;
	font-weight: bold;
	padding: 0 35px;
}
.nav ul li.active a{
	color: #f08200;
	position: relative;
}
.nav ul li a:hover{
	color: #f08200;
}
.nav ul li a {
	color: #333;
}
/* part1 */
.part1 .left{
    padding: 0 7px 14px;
    float: left;
    background-color: #fff;
    overflow: hidden;
}
.part1 .left li{
    margin-top: 10px;
    padding: 0 5px;
    width: 50%;
    float: left;
}
.part1 .left li a{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    background-color: #f5f5f5;
    display: block;
    text-align: center;
}
.part1 .left li a:hover{
    color: #eb6400;
    background-color: #fcecd8;
}
.part1 .news {
	float: left;
	width: 958px;
	margin:10px 10px 0;
}
.part1 .briefing{
	overflow: hidden;
}
.part1 .briefingLive{
	float: left;
	width: 720px;
	height: 404px;
	margin-right: 10px;
	position: relative;
    overflow: hidden;
}
.liveBigImg{
    position: absolute;
}
.liveBigImg li{
    float: left;
    position: relative;
}
.part1 .briefingLive .image{
	height: 404px;
}
.part1 .briefingLive img{
	width: 100%;
	height: 100%;
}

.part1 .briefingRight{
    overflow: hidden;
}
.part1 .briefingRight li{
    margin-top: 10px;
    height: 128px;
    position: relative;
}
.part1 .briefingRight li:first-child{
    margin-top: 0;
}
.part1 .briefingRight li a{
    height: 128px;
}
.part1 .briefingRight li img{
    width: 100%;
    height: 100%;
}
.part1 .briefingRight li a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    border: 4px solid #f08200;
    display: none;
}
.part1 .briefingRight li.focus a{
    display: block;
}
.part1 .right{
    padding-top: 10px;
    overflow: hidden;
}
.White-box {
	background-color: #fff;
}
.part1 .right .White-box {
	padding: 16px 20px;
}
.login-box .message {
	overflow: hidden;
}
.login-box .message .image {
	width: 58px;
	height: 58px;
	margin-right: 12px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
}
.login-box .message .image a {
	display: block;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.login-box .name {
	font-size: 14px;
	color: #999;
	line-height: 18px;
	overflow: hidden;
}
.login-box .name b{
	line-height: 38px;
	font-size: 18px;
	color: #333;
	display: block;
}
.login-box .sign {
	font-size: 0;
	text-align: center;
}
.login-box .sign a {
	font-size: 15px;
	width: 120px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #f08200;
	border-radius: 3px;
	color: #f08200;
	display: inline-block;
	margin-top: 20px;
}
.login-box .sign a:first-child {
	background-color: #f08200;
	color: #fff;
	margin-right: 10px;
}
.login-box .sign a:hover {
	background-color: #f08200;
	color: #fff;
}
.login-box .sign a:first-child:hover {
	background-color: #fff;
	color: #f08200;
}
.login-box .btn-arr {
	margin-top: 20px;
	overflow: hidden;
}
.login-box .btn-arr ul {
	margin-right: -10px;
	overflow: hidden;
}
.login-box .btn-arr li {
	float: left;
	width: 33.33%;
}
.login-box .btn-arr li .item {
	margin-right: 10px;
	background-color: #f7f7f7;
	height: 75px;
	text-align: center;
	padding-top: 16px;
	box-sizing: border-box;
}
.login-box .btn-arr li a {
	color: #333;
}
.login-box .btn-arr li a:hover {
	color: #f08200;
}
.login-box .btn-arr li i {
	display: block;
	font-size: 22px;
	color: #f08200;
}
.login-box .btn-arr li span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.sub-list {
	margin-top: 19px;
}
.sub-list .title {
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.sub-list .title i {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 11px;
	background: url(../../../../images/channel/version/2024/sub-list.png) no-repeat;
	background-size: contain;
	margin-top: 4px;
	margin-left: 4px;
}
.sub-list .title .more {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.sub-list .title .more:hover {
	color: #f08200;
}
.sub-list ul {
	overflow: hidden;
}
.sub-list li{
	margin-top: 13px;
	padding-right: 48px;
	position: relative;
}
.sub-list li a{
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	display: block;
	overflow: hidden;
}
.sub-list li span{
	line-height: 18px;
	width: 48px;
	font-size: 13px;
	color: #999;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.sub-list li a:hover{
	color: #f08200;
}
/* part2 */
.part2-item{
	width: 50%;
	float: left;
}
.part2-item:nth-child(2){
	padding-right: 10px;
}
.part2-item:nth-child(2){
	padding-left: 10px;
}
.part2-title{
	height: 92px;
	line-height: 92px;
	padding-left: 12px;
	position: relative;
}
.part2-title::after{
	width: 38px;
	height: 44px;
	background: url(../../../../images/channel/version/2024/part2-title.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: "";
	top: 55%;
	transform: translateY(-50%);
	left: 0;
}
.part2-title span{
	font-size: 28px;
	font-weight: 700;
	color: #333;
	position: relative;
	z-index: 9;
}
.part2-title .more{
	font-size: 15px;
	color: #999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.part2 ul{
	padding: 7px 28px;
	background-color: #fff;
}
.part2 li{
	padding: 26px 12px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.part2 li:last-child{
	border: 0;
}
.part2 li .time{
	margin-right: 34px;
	float: left;
	text-align: right;
	color: #f08200;
}
.part2 li .time b{
	line-height: 32px;
	font-size: 24px;
	display: block;
}
.part2 li .time strong{
	line-height: 22px;
	font-size: 16px;
	display: block;
}
.part2 li .time i{
	margin-top: 20px;
	width: 26px;
	height: 4px;
	background-image: -moz-linear-gradient( 180deg, rgb(240,130,0) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(240,130,0) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(240,130,0) 0%, rgba(255,255,255,0) 100%);
	display: inline-block;
	vertical-align: top;
}
.part2 li .text{
	overflow: hidden;
}
.part2 li .text p{
	height: 34px;
	line-height: 34px;
	font-size: 21px;
	font-weight: 700;
	overflow: hidden;
}
.part2 li .text p a{
	color: #333;
}
.part2 li .text p a:hover{
	color: #f08200;
}
.part2 li .text span{
	margin-top: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	color: #999;
	display: block;
	overflow: hidden;
}
/* product-list */
.product-title{
	padding: 31px 0 27px;
	text-align: center;
	position: relative;
}
.product-title p{
	line-height: 46px;
	font-size: 34px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.product-title span{
	position: relative;
	z-index: 9;
}
.product-title p::before{
	top: 5px;
	left: -34px;
	width: 60px;
	height: 24px;
	background-image: -moz-linear-gradient( 180deg, rgb(255,177,84) 0%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,177,84) 0%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,177,84) 0%, rgb(245,245,245) 100%);
	position: absolute;
	content: "";
}
.product-title p::after{
	width: 54px;
	height: 20px;
	bottom: 3px;
	right: -34px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,176,145) 0%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,176,145) 0%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,176,145) 0%, rgb(245,245,245) 100%);
	position: absolute;
	content: "";
}
.product-title b{
	bottom: 10px;
	line-height: 1;
	font-size: 22px;
	left: 50%;
	transform: translateX(-50%);
	color: #e2e2e2;
	text-transform: uppercase;
	position: absolute;
}
.product-bot{
	overflow: hidden;
}
.product-list ul {
	margin-right: -20px;
	overflow: hidden;
}
.product-list li {
	width: 20%;
	float: left;
}
.product-list li .item {
	margin-right: 20px;
	margin-top: 20px;
	background-color: #fff;
	padding: 15px 28px 28px;
	position: relative;
}
.product-list li .image {
	height: 160px;
	position: relative;
}
.product-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-list li .name {
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product-list li .name a {
	color: #333;
}
.product-list li .name a:hover {
	color: #f08200;
}
.product-list li .company {
	font-size: 15px;
	margin-top: 18px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	text-align: center;
}
.product-list li .company a {
	color: #999;
}
.product-list li .company a:hover {
	color: #f08200;
}
.product-list li .hot {
	margin-top: 8px;
	text-align: center;
}
.product-list li .hot mark {
	display: inline-block;
	padding: 0 8px;
	line-height: 24px;
	height: 24px;
	background-color: #fff4e6;
	font-size: 15px;
	color: #f18901;
}
.product-list li .price {
	margin-top: 20px;
	font-size: 0;
	background-color: #fdeaea;
	border-radius: 2px;
	overflow: hidden;
}
.product-list li .price span {
	display: block;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-indent: 8px;
}

.product-list li .price span:first-child {
	float: left;
	background-image: -moz-linear-gradient( 0deg, rgb(235,36,36) 10%, rgb(255,93,61) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(235,36,36) 10%, rgb(255,93,61) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(235,36,36) 10%, rgb(255,93,61) 100%);
	color: #fff;
	font-size: 20px;
	width: 116px;
	overflow: visible;
	position: relative;
	text-indent: 0;
}
.product-list li .price span:first-child::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 16px;
	border-color: transparent transparent transparent #FF5D3C;
}
.product-list li .price span i {
	font-size: 14px;
	font-style: normal;
	margin-right: 2px;
}
.product-list li .price a {
	display: block;
	color: #ea3333;
}
.product-list li .price a:hover {
	background-color: #ea3333;
	color: #fff;
}
.product-list li .item:hover {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
.product-list li .time {
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	text-align: center;
	overflow: hidden;
	color: #999;
	margin-top: 8px;
}
.product-list li .btn {
	margin-top: 22px;
}
.product-list li .btn a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	font-size: 16px;
	color: #666666;
	background-color: #eee;
}
.product-list li .btn a:hover {
	color: #fff;
	background-color: #f08200;
}
.product-list li .new {
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	background: url(../../../../images/channel/version/2024/new.png) no-repeat;
	background-size: contain;
}
/* link */
.link{
	margin-top: 33px;
}
.link-top{
	overflow: hidden;
}
.link-top b{
	line-height: 34px;
	font-size: 22px;
	color: #333;
	float: left;
}
.link-top b i{
	margin: 7px 8px 0 0;
	width: 5px;
	height: 20px;
	background-color: #f08200;
	display: inline-block;
	vertical-align: top;
}
.link-top a{
	height: 34px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 15px;
	color: #f08200;
	border: 1px solid #f08200;
	border-radius: 26px;
	float: right;
}
.link-top a i{
	margin-right: 4px;
}
.link-top a:hover{
	color: #fff;
	background-color: #f08200;
}
.link-bot{
	margin-top: 14px;
	padding: 22px 6px;
	background-color: #fff;
}
.link-bot ul{
	overflow: hidden;
}
.link-bot li{
	line-height: 28px;
	padding: 0 18px;
	font-size: 16px;
	color: #333;
	float: left;
}
/* aboutUs */
.aboutUs {
	margin-top: 34px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f08200;
	color: #f19031;
	font-size: 16px;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 16px;
	color: #fff;
	padding: 0 46px;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	content: "/";
	color: #f29236;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:40px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 160px;
	width: 200px;
	margin-left: 90px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 34px;
	padding: 17px 10px;
	font-size: 14px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #f08200;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 160px;
}
.footerLeft{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 455px;
	opacity: 0.5;
}
.footerIconLeft p{
	height: 48px;
	margin: 0 0 10px 0;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 22px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	width: calc(100% - 455px);
	float: left;
}
.footerIconRight p.footerIconRight_title{
	height: 48px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 22px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969; 
	position: relative;
     cursor: pointer;
}
.footerIconRight p.footerIconRight_cont b a .QQhover {
	position: absolute;
	right: -10px;
	bottom: 24px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 110px;
	text-align: center;
}
.footerIconRight p.footerIconRight_cont b a .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
}
.footerIconRight p.footerIconRight_cont b a:hover .QQhover{
      display: inline-block;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: top;
	margin-top: 5px;
	background: url("https://www.tao31.com/images/Index/Version/2021/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 25px;
}
.copyright a {
    color:#ccc;
}
.copyright a:hover {
    color: #f08200;
}

.footer .footer_img{
	display: block;
	height: 33px;
	background: url(https://www.tao31.com/images/Index/Version/2021/copyright.png) no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #393939;
	color: #646464;
	font-size: 14px;
}
.footer_bot i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(https://www.tao31.com/images/Index/Version/2021/ghs.png) no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}

/* media */
@media only screen and (max-width: 1024px){
    .main,.w{width:  1000px;}
	#header {
		font-size: 12px;
	}
	.searchDiv {
		padding: 14px 0;
	}
	.searchDiv .logo {
		height: 38px;
	}
	.searchDiv .pageName::after {
		height: 25px;
	}
	.searchDiv .pageName {
		margin-left: 9px;
		padding-left: 10px;
		margin-top: 7px;
		font-size: 19px;
	}
	.searchDiv .search {
		width: 412px;
		height: 30px;
		border-radius: 23px;
		margin-left: 110px;
		margin-top: 5px;
		border: 1px solid #f08200;
	}
	.searchSelect {
		width: 54px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 28px;
		text-indent: 8px;
	}
	.selectTop i {
		font-size: 9px;
		margin-left: 1px;
		margin-top: 12px;
	}
	.selectBot {
		width: 60px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.search input {
		width: calc(100% - 54px);
		font-size: 12px;
		text-indent: 4px;
		padding-right: 66px;
	}
	.search button {
		right: -1px;
		top: -1px;
		height: 30px;
		height: calc(100% + 2px);
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		margin-right: 4px;
		font-size: 12px;
	}
	.searchDiv .btnBox {
		margin-top: 5px;
	}
	.searchDiv .btnBox a {
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin-right: 8px;
		padding: 0 14px;
	}
	.searchDiv .btnBox a i {
		margin: 7px 3px 0 0;
		font-size: 13px;
	}
	.nav {
		height: 32px;
		line-height: 32px;
	}
	.w290 {
		width: 186px;
	}
	.nav .nav-title {
		font-size: 13px;
		text-indent: 12px;
		margin-right: 6px;
	}
	.nav .nav-title i {
		width: 12px;
		height: 11px;
		background-size: 100% 100%;
		margin-right: 5px;
		margin-top: 12px;
	}
	.nav ul li {
		font-size: 14px;
		padding: 0 30px;
	}
	.part1 .left li a {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.part1 .left li {
		margin-top: 6px;
		padding: 0 3px;
	}
	.part1 .left {
		padding: 0 5px 10px;
	}
	.part1 .news {
		width: 615px;
		margin: 6px 6px 0;
	}
	.part1 .briefingLive {
		width: 462px;
		height: 260px;
		margin-right: 6px;
	}
	.part1 .briefingLive .image {
		height: 260px;
	}
	.part1 .briefingRight li {
		margin-top: 5.5px;
		height: 83px;
	}
	.part1 .briefingRight li a {
		height: 83px;
		border: 2px solid #f08200;
	}
	.part1 .right .White-box {
		padding: 11px 12px 10px;
	}
	.login-box .message .image {
		width: 38px;
		height: 38px;
		margin-right: 8px;
	}
	.login-box .name {
		font-size: 12px;
		line-height: 14px;
	}
	.login-box .name b {
		line-height: 22px;
		font-size: 14px;
	}
	.login-box .sign a {
		font-size: 12px;
		width: 75px;
		height: 24px;
		line-height: 22px;
		margin-top: 12px;
	}
	.login-box .btn-arr {
		margin-top: 12px;
	}
	.login-box .btn-arr li .item {
		margin-right: 5px;
		height: 48px;
		padding-top: 8px;
	}
	.login-box .btn-arr li i {
		font-size: 15px;
	}
	.login-box .btn-arr li span {
		font-size: 12px;
		margin-top: 5px;
	}
	.sub-list {
		margin-top: 8px;
	}
	.sub-list .title {
		font-size: 13px;
	}
	.sub-list .title i {
		width: 10px;
		height: 9px;
		background-size: 100% 100%;
		margin-top: 2px;
		margin-left: 3px;
	}
	.sub-list .title .more {
		top: 1px;
		font-size: 12px;
	}
	.sub-list li a {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.sub-list li span {
		line-height: 14px;
		width: 36px;
		font-size: 12px;
	}
	.sub-list li {
		margin-top: 6px;
		padding-right: 36px;
	}
	.part2-title {
		height: 58px;
		line-height: 58px;
		padding-left: 7px;
	}
	.part2-title span {
		font-size: 18px;
	}
	.part2-title::after {
		width: 25px;
		height: 29px;
	}
	.part2-title .more {
		font-size: 12px;
	}
	.part2 ul {
		padding: 3px 18px;
	}
	.part2 li {
		padding: 16px 6px;
	}
	.part2 li .time b {
		line-height: 20px;
		font-size: 15px;
	}
	.part2 li .time strong {
		line-height: 16px;
		font-size: 12px;
	}
	.part2 li .time i {
		margin-top: 11px;
		width: 20px;
		height: 3px;
	}
	.part2 li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part2 li .text span {
		margin-top: 2px;
		height: 28px;
		line-height: 14px;
		font-size: 12px;
	}
	.part2 li .time {
		margin-right: 20px;
	}
	.product-title p {
		line-height: 30px;
		font-size: 22px;
	}
	.product-title {
		padding: 20px 0 17px;
	}
	.product-title p::before {
		top: 0px;
		left: -20px;
		width: 39px;
		height: 16px;
	}
	.product-title p::after {
		width: 36px;
		height: 14px;
		bottom: 1px;
		right: -24px;
	}
	.product-title b {
		bottom: 6px;
		font-size: 14px;
		left: 50%;
	}
	.product-list ul {
		margin-right: -12px;
	}
	.product-list li .item {
		margin-right: 12px;
		margin-top: 12px;
		padding: 12px 18px 18px;
	}
	.product-list li .image {
		height: 124px;
	}
	.product-list li .name {
		margin-top: 8px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.product-list li .company {
		font-size: 12px;
		margin-top: 9px;
		line-height: 14px;
		height: 14px;
	}
	.product-list li .hot mark {
		padding: 0 7px;
		line-height: 22px;
		height: 22px;
		font-size: 12px;
	}
	.product-list li .price {
		margin-top: 9px;
	}
	.product-list li .price span:first-child {
		font-size: 14px;
		width: 76px;
	}
	.product-list li .price span i {
		font-size: 13px;
	}
	.product-list li .price span {
		font-size: 12px;
		line-height: 32px;
		height: 32px;
		text-indent: 6px;
	}
	.product-list li .new {
		width: 40px;
		height: 40px;
	}
	.product-list li .price span:first-child::after {
		right: -12px;
		border-width: 16px 0 16px 12px;
	}
	.product-list li .time {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.product-list li .btn {
		margin-top: 8px;
	}
	.product-list li .btn a {
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.link {
		margin-top: 20px;
	}
	.link-top a {
		height: 28px;
		line-height: 26px;
		padding: 0 6px;
		font-size: 12px;
	}
	.link-top a i {
		margin-right: 3px;
		font-size: 12px;
	}
	.link-top b {
		line-height: 28px;
		font-size: 18px;
	}
	.link-top b i {
		margin: 6px 5px 0 0;
		width: 4px;
		height: 18px;
	}
	.link-bot {
		margin-top: 10px;
		padding: 12px 3px;
	}
	.link-bot li {
		line-height: 24px;
		padding: 0 10px;
		font-size: 12px;
	}
	.aboutUs {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.aboutUs p a {
    	font-size: 12px;
    	padding: 0 28px;
    }
	.footerRight img {
		width: 112px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 100px;
	}
	.footerRight span {
		width: 28px;
		padding: 2px 8px;
		font-size: 12px;
		height: 112px;
	}
	.footerIconLeft {
		width: 315px;
	}
	.footerIconRight {
		width: calc(100% - 315px);
	}
	.footerIconLeft p span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 14px;
	}
	.footerIconLeft p em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p b {
		font-size: 12px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 34px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 48px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 11px;
		height: 12px;
		background-size: 100% 100%;
		margin-top: 4px;
	}
	.footerIconRight p.footerIconRight_title {
		height: 34px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer_bot {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.footer_bot i {
		height: 18px;
		width: 16px;
		background-size: 100% 100%;
		margin-top: 11px;
		margin-right: 7px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.w{width:  1000px;}
	#header {
		font-size: 12px;
	}
	.searchDiv {
		padding: 14px 0;
	}
	.searchDiv .logo {
		height: 38px;
	}
	.searchDiv .pageName::after {
		height: 25px;
	}
	.searchDiv .pageName {
		margin-left: 9px;
		padding-left: 10px;
		margin-top: 7px;
		font-size: 19px;
	}
	.searchDiv .search {
		width: 412px;
		height: 30px;
		border-radius: 23px;
		margin-left: 110px;
		margin-top: 5px;
		border: 1px solid #f08200;
	}
	.searchSelect {
		width: 54px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 28px;
		text-indent: 8px;
	}
	.selectTop i {
		font-size: 9px;
		margin-left: 1px;
		margin-top: 12px;
	}
	.selectBot {
		width: 60px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.search input {
		width: calc(100% - 54px);
		font-size: 12px;
		text-indent: 4px;
		padding-right: 66px;
	}
	.search button {
		right: -1px;
		top: -1px;
		height: 30px;
		height: calc(100% + 2px);
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		margin-right: 4px;
		font-size: 12px;
	}
	.searchDiv .btnBox {
		margin-top: 5px;
	}
	.searchDiv .btnBox a {
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin-right: 8px;
		padding: 0 14px;
	}
	.searchDiv .btnBox a i {
		margin: 7px 3px 0 0;
		font-size: 13px;
	}
	.nav {
		height: 32px;
		line-height: 32px;
	}
	.w290 {
		width: 186px;
	}
	.nav .nav-title {
		font-size: 13px;
		text-indent: 12px;
		margin-right: 6px;
	}
	.nav .nav-title i {
		width: 12px;
		height: 11px;
		background-size: 100% 100%;
		margin-right: 5px;
		margin-top: 12px;
	}
	.nav ul li {
		font-size: 14px;
		padding: 0 30px;
	}
	.part1 .left li a {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.part1 .left li {
		margin-top: 6px;
		padding: 0 3px;
	}
	.part1 .left {
		padding: 0 5px 10px;
	}
	.part1 .news {
		width: 615px;
		margin: 6px 6px 0;
	}
	.part1 .briefingLive {
		width: 462px;
		height: 260px;
		margin-right: 6px;
	}
	.part1 .briefingLive .image {
		height: 260px;
	}
	.part1 .briefingRight li {
		margin-top: 5.5px;
		height: 83px;
	}
	.part1 .briefingRight li a {
		height: 83px;
		border: 2px solid #f08200;
	}
	.part1 .right .White-box {
		padding: 11px 12px 10px;
	}
	.login-box .message .image {
		width: 38px;
		height: 38px;
		margin-right: 8px;
	}
	.login-box .name {
		font-size: 12px;
		line-height: 14px;
	}
	.login-box .name b {
		line-height: 22px;
		font-size: 14px;
	}
	.login-box .sign a {
		font-size: 12px;
		width: 75px;
		height: 24px;
		line-height: 22px;
		margin-top: 12px;
	}
	.login-box .btn-arr {
		margin-top: 12px;
	}
	.login-box .btn-arr li .item {
		margin-right: 5px;
		height: 48px;
		padding-top: 8px;
	}
	.login-box .btn-arr li i {
		font-size: 15px;
	}
	.login-box .btn-arr li span {
		font-size: 12px;
		margin-top: 5px;
	}
	.sub-list {
		margin-top: 8px;
	}
	.sub-list .title {
		font-size: 13px;
	}
	.sub-list .title i {
		width: 10px;
		height: 9px;
		background-size: 100% 100%;
		margin-top: 2px;
		margin-left: 3px;
	}
	.sub-list .title .more {
		top: 1px;
		font-size: 12px;
	}
	.sub-list li a {
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.sub-list li span {
		line-height: 14px;
		width: 36px;
		font-size: 12px;
	}
	.sub-list li {
		margin-top: 6px;
		padding-right: 36px;
	}
	.part2-title {
		height: 58px;
		line-height: 58px;
		padding-left: 7px;
	}
	.part2-title span {
		font-size: 18px;
	}
	.part2-title::after {
		width: 25px;
		height: 29px;
	}
	.part2-title .more {
		font-size: 12px;
	}
	.part2 ul {
		padding: 3px 18px;
	}
	.part2 li {
		padding: 16px 6px;
	}
	.part2 li .time b {
		line-height: 20px;
		font-size: 15px;
	}
	.part2 li .time strong {
		line-height: 16px;
		font-size: 12px;
	}
	.part2 li .time i {
		margin-top: 11px;
		width: 20px;
		height: 3px;
	}
	.part2 li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part2 li .text span {
		margin-top: 2px;
		height: 28px;
		line-height: 14px;
		font-size: 12px;
	}
	.part2 li .time {
		margin-right: 20px;
	}
	.product-title p {
		line-height: 30px;
		font-size: 22px;
	}
	.product-title {
		padding: 20px 0 17px;
	}
	.product-title p::before {
		top: 0px;
		left: -20px;
		width: 39px;
		height: 16px;
	}
	.product-title p::after {
		width: 36px;
		height: 14px;
		bottom: 1px;
		right: -24px;
	}
	.product-title b {
		bottom: 6px;
		font-size: 14px;
		left: 50%;
	}
	.product-list ul {
		margin-right: -12px;
	}
	.product-list li .item {
		margin-right: 12px;
		margin-top: 12px;
		padding: 12px 18px 18px;
	}
	.product-list li .image {
		height: 124px;
	}
	.product-list li .name {
		margin-top: 8px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.product-list li .company {
		font-size: 12px;
		margin-top: 9px;
		line-height: 14px;
		height: 14px;
	}
	.product-list li .hot mark {
		padding: 0 7px;
		line-height: 22px;
		height: 22px;
		font-size: 12px;
	}
	.product-list li .price {
		margin-top: 9px;
	}
	.product-list li .price span:first-child {
		font-size: 14px;
		width: 76px;
	}
	.product-list li .price span i {
		font-size: 13px;
	}
	.product-list li .price span {
		font-size: 12px;
		line-height: 32px;
		height: 32px;
		text-indent: 6px;
	}
	.product-list li .new {
		width: 40px;
		height: 40px;
	}
	.product-list li .price span:first-child::after {
		right: -12px;
		border-width: 16px 0 16px 12px;
	}
	.product-list li .time {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.product-list li .btn {
		margin-top: 8px;
	}
	.product-list li .btn a {
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.link {
		margin-top: 20px;
	}
	.link-top a {
		height: 28px;
		line-height: 26px;
		padding: 0 6px;
		font-size: 12px;
	}
	.link-top a i {
		margin-right: 3px;
		font-size: 12px;
	}
	.link-top b {
		line-height: 28px;
		font-size: 18px;
	}
	.link-top b i {
		margin: 6px 5px 0 0;
		width: 4px;
		height: 18px;
	}
	.link-bot {
		margin-top: 10px;
		padding: 12px 3px;
	}
	.link-bot li {
		line-height: 24px;
		padding: 0 10px;
		font-size: 12px;
	}
	.aboutUs {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.aboutUs p a {
    	font-size: 12px;
    	padding: 0 28px;
    }
	.footerRight img {
		width: 112px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 100px;
	}
	.footerRight span {
		width: 28px;
		padding: 2px 8px;
		font-size: 12px;
		height: 112px;
	}
	.footerIconLeft {
		width: 315px;
	}
	.footerIconRight {
		width: calc(100% - 315px);
	}
	.footerIconLeft p span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 14px;
	}
	.footerIconLeft p em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p b {
		font-size: 12px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 34px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 48px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 11px;
		height: 12px;
		background-size: 100% 100%;
		margin-top: 4px;
	}
	.footerIconRight p.footerIconRight_title {
		height: 34px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer_bot {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.footer_bot i {
		height: 18px;
		width: 16px;
		background-size: 100% 100%;
		margin-top: 11px;
		margin-right: 7px;
	}


}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.w{width:  1328px;}
	.searchDiv {
		padding: 18px 0;
	}
	.searchDiv .logo {
		height: 53px;
	}
	.searchDiv .pageName {
		margin-left: 12px;
		padding-left: 14px;
		margin-top: 10px;
		font-size: 27px;
	}
	.searchDiv .pageName::after {
		height: 40px;
	}
	.searchDiv .search {
		width: 576px;
		height: 42px;
		margin-left: 155px;
		margin-top: 5px;
	}
	.searchSelect {
		width: 68px;
	}
	.selectTop p {
		line-height: 38px;
		text-indent: 13px;
	}
	.selectBot {
		width: 68px;
	}
	.search input {
		width: calc(100% - 68px);
		font-size: 14px;
		text-indent: 10px;
		padding-right: 91px;
	}
	.search button {
		height: 46px;
		height: calc(100% + 4px);
		color: #ffffff;
		width: 91px;
		font-size: 15px;
	}
	.search button i {
		margin-right: 5px;
		font-size: 14px;
	}
	.searchDiv .btnBox a {
		height: 42px;
		line-height: 40px;
		border-radius: 23px;
		font-size: 15px;
		margin-right: 14px;
		padding: 0 21px;
	}
	.searchDiv .btnBox {
		margin-top: 5px;
	}
	.searchDiv .btnBox a i {
		font-size: 16px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.w290 {
		width: 247px;
	}
	.nav .nav-title {
		font-size: 17px;
		text-indent: 21px;
		margin-right: 8px;
	}
	.nav .nav-title i {
		width: 15px;
		height: 14px;
		margin-right: 8px;
		margin-top: 17px;
	}
	.nav ul li {
		font-size: 18px;
	}
	.part1 .left {
		padding: 2px 6px 14px;
	}
	.part1 .left li {
		margin-top: 8px;
		padding: 0 4px;
	}
	.part1 .left li a {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.part1 .news {
		width: 816px;
		margin: 8px 8px 0;
	}
	.part1 .briefingLive {
		width: 614px;
		height: 344px;
		margin-right: 8px;
	}
	.part1 .briefingLive .image {
		height: 344px;
	}
	.part1 .briefingRight li a {
		height: 109px;
		border: 3px solid #f08200;
	}
	.part1 .briefingRight li {
		margin-top: 8px;
		height: 109px;
	}
	.part1 .right .White-box {
		padding: 14px 18px;
	}
	.login-box .message .image {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.login-box .name {
		font-size: 13px;
		line-height: 16px;
	}
	.login-box .name b {
		line-height: 32px;
		font-size: 15px;
	}
	.login-box .sign a {
		font-size: 14px;
		width: 100px;
		height: 32px;
		line-height: 30px;
		margin-top: 16px;
	}
	.login-box .sign a:first-child {
		margin-right: 8px;
	}
	.login-box .btn-arr {
		margin-top: 16px;
	}
	.login-box .btn-arr li .item {
		margin-right: 8px;
		height: 65px;
		padding-top: 12px;
	}
	.login-box .btn-arr li i {
		font-size: 19px;
	}
	.login-box .btn-arr li span {
		font-size: 13px;
		margin-top: 9px;
	}
	.sub-list {
		margin-top: 16px;
	}
	.sub-list .title {
		font-size: 15px;
	}
	.sub-list .title i {
		width: 12px;
		height: 10px;
		background-size: 100% 100%;
	}
	.sub-list .title .more {
		font-size: 12px;
	}
	.sub-list li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.sub-list li span {
		line-height: 16px;
		width: 36px;
		font-size: 12px;
	}
	.sub-list li {
		margin-top: 10px;
		padding-right: 36px;
	}
	.part2-title {
		height: 78px;
		line-height: 78px;
		padding-left: 8px;
	}
	.part2-title span {
		font-size: 24px;
	}
	.part2-title::after {
		width: 33px;
		height: 39px;
	}
	.part2-title .more {
		font-size: 14px;
	}
	.part2 ul {
		padding: 4px 24px;
	}
	.part2 li {
		padding: 24px 9px;
	}
	.part2 li .time {
		margin-right: 28px;
	}
	.part2 li .time b {
		line-height: 24px;
		font-size: 20px;
	}
	.part2 li .time strong {
		line-height: 20px;
		font-size: 14px;
	}
	.part2 li .time i {
		margin-top: 18px;
		width: 20px;
		height: 3px;
	}
	.part2 li .text p {
		height: 24px;
		line-height: 24px;
		font-size: 17px;
	}
	.part2 li .text span {
		margin-top: 5px;
		height: 36px;
		line-height: 18px;
		font-size: 13px;
	}
	.product-title p {
		line-height: 30px;
		font-size: 29px;
	}
	.product-title b {
		bottom: 10px;
		font-size: 19px;
	}
	.product-title {
		padding: 30px 0 28px;
	}
	.product-title p::before {
		top: 0px;
		left: -26px;
		width: 52px;
		height: 21px;
	}
	.product-title p::after {
		width: 47px;
		height: 18px;
		bottom: 0px;
		right: -27px;
	}
	.product-list ul {
		margin-right: -17px;
	}
	.product-list li .image {
		height: 140px;
	}
	.product-list li .name {
		margin-top: 10px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.product-list li .company {
		font-size: 13px;
		margin-top: 13px;
		line-height: 15px;
		height: 15px;
	}
	.product-list li .hot mark {
		padding: 0 7px;
		line-height: 22px;
		height: 22px;
		font-size: 12px;
	}
	.product-list li .price {
		margin-top: 14px;
	}
	.product-list li .price span:first-child {
		font-size: 16px;
		width: 98px;
	}
	.product-list li .price span i {
		font-size: 13px;
	}
	.product-list li .price span {
		font-size: 14px;
		line-height: 32px;
		height: 32px;
		text-indent: 6px;
	}
	.product-list li .price span:first-child::after {
		right: -12px;
		border-width: 16px 0 16px 12px;
	}
	.product-list li .time {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.product-list li .btn {
		margin-top: 18px;
	}
	.product-list li .btn a {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.link {
		margin-top: 26px;
	}
	.link-top a {
		height: 30px;
		line-height: 28px;
		padding: 0 7px;
		font-size: 13px;
	}
	.link-top a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.link-top b {
		line-height: 30px;
		font-size: 19px;
	}
	.link-top b i {
		margin: 7px 6px 0 0;
		width: 4px;
		height: 18px;
	}
	.link-bot {
		margin-top: 12px;
		padding: 14px 4px;
	}
	.link-bot li {
		line-height: 26px;
		padding: 0 14px;
		font-size: 14px;
	}
	.aboutUs p a {
    	font-size: 15px;
    	padding: 0 39px;
    }
	.footerRight img {
		width: 149px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 90px;
	}
	.footerRight span {
		width: 32px;
		padding: 16px 10px;
		font-size: 13px;
	}
	.footerIconLeft {
		width: 420px;
	}
	.footerIconRight {
		width: calc(100% - 420px);
	}
	.footerIconLeft p span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconLeft p span i {
		font-size: 20px;
	}
	.footerIconLeft p em {
		font-size: 15px;
	}
	.footerIconLeft p b {
		font-size: 13px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 44px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 20px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 15px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 13px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 63px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 13px;
		height: 15px;
		background-size: 100% 100%;
	}
	.footerIconRight p.footerIconRight_title {
		height: 44px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 20px;
	}
	.footer_bot {
		height: 46px;
		line-height: 46px;
		font-size: 13px;
	}
	.footer_bot i {
		height: 19px;
		width: 17px;
		background-size: 100% 100%;
	}







}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.w{width:  1400px;}
	.searchDiv {
		padding: 20px 0;
	}
	.searchDiv .logo {
		height: 53px;
	}
	.searchDiv .pageName {
		margin-left: 12px;
		padding-left: 14px;
		margin-top: 10px;
		font-size: 27px;
	}
	.searchDiv .pageName::after {
		height: 40px;
	}
	.searchDiv .search {
		width: 576px;
		height: 42px;
		margin-left: 155px;
		margin-top: 5px;
	}
	.searchSelect {
		width: 68px;
	}
	.selectTop p {
		line-height: 38px;
		text-indent: 13px;
	}
	.selectBot {
		width: 68px;
	}
	.search input {
		width: calc(100% - 68px);
		font-size: 14px;
		text-indent: 10px;
		padding-right: 91px;
	}
	.search button {
		height: 46px;
		height: calc(100% + 4px);
		color: #ffffff;
		width: 91px;
		font-size: 15px;
	}
	.search button i {
		margin-right: 5px;
		font-size: 14px;
	}
	.searchDiv .btnBox a {
		height: 42px;
		line-height: 40px;
		border-radius: 23px;
		font-size: 15px;
		margin-right: 14px;
		padding: 0 21px;
	}
	.searchDiv .btnBox {
		margin-top: 5px;
	}
	.searchDiv .btnBox a i {
		font-size: 16px;
	}
	.nav {
		height: 48px;
		line-height: 48px;
	}
	.w290 {
		width: 260px;
	}
	.nav .nav-title {
		font-size: 18px;
		text-indent: 22px;
		margin-right: 9px;
	}
	.nav .nav-title i {
		width: 15px;
		height: 14px;
		margin-right: 8px;
		margin-top: 18px;
	}
	.nav ul li {
		font-size: 19px;
	}
	.part1 .left {
		padding: 0 6.5px 12px;
	}
	.part1 .left li {
		margin-top: 9px;
		padding: 0 4.5px;
	}
	.part1 .left li a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.part1 .news {
		width: 860px;
		margin: 9px 9px 0;
	}
	.part1 .briefingLive {
		width: 646px;
		height: 363px;
		margin-right: 9px;
	}
	.part1 .briefingLive .image {
		height: 363px;
	}
	.part1 .briefingRight li {
		margin-top: 9px;
		height: 115px;
	}
	.part1 .briefingRight li a {
		height: 115px;
	}
	.part1 .right {
		padding-top: 9px;
	}
	.part1 .right .White-box {
		padding: 15px 19px;
	}
	.login-box .message .image {
		width: 52px;
		height: 52px;
		margin-right: 11px;
	}
	.login-box .name b {
		line-height: 34px;
		font-size: 17px;
	}
	.login-box .sign a {
		font-size: 14px;
		width: 108px;
		height: 34px;
		line-height: 32px;
		margin-top: 17px;
	}
	.login-box .sign a:first-child {
		margin-right: 8px;
	}
	.login-box .btn-arr {
		margin-top: 16px;
	}
	.login-box .btn-arr li .item {
		margin-right: 8px;
		height: 68px;
		padding-top: 13px;
	}
	.login-box .btn-arr li i {
		font-size: 20px;
	}
	.sub-list {
		margin-top: 16px;
	}
	.sub-list li {
		margin-top: 12px;
		padding-right: 44px;
	}
	.sub-list li a {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part2-title {
		height: 82px;
		line-height: 82px;
		padding-left: 10px;
	}
	.part2-title span {
		font-size: 25px;
	}
	.part2-title::after {
		width: 35px;
		height: 40px;
	}
	.part2 ul {
		padding: 6px 25px;
	}
	.part2 li {
		padding: 24px 10px;
	}
	.part2 li .time {
		margin-right: 30px;
	}
	.part2 li .time b {
		line-height: 28px;
		font-size: 21px;
	}
	.part2 li .time strong {
		line-height: 20px;
		font-size: 14px;
	}
	.part2 li .time i {
		margin-top: 19px;
		width: 22px;
	}
	.part2 li .text p {
		height: 28px;
		line-height: 28px;
		font-size: 19px;
	}
	.part2 li .text span {
		margin-top: 9px;
		height: 36px;
		line-height: 18px;
		font-size: 14px;
	}
	.product-title p {
		line-height: 42px;
		font-size: 31px;
	}
	.product-title {
		padding: 27px 0 24px;
	}
	.product-title p::before {
		top: 4px;
		left: -27px;
		width: 54px;
		height: 23px;
	}
	.product-title p::after {
		width: 49px;
		height: 19px;
		bottom: 2px;
		right: -30px;
	}
	.product-title b {
		bottom: 8px;
		font-size: 20px;
	}
	.product-list ul {
		margin-right: -18px;
	}
	.product-list li .item {
		margin-right: 18px;
		margin-top: 18px;
		padding: 13px 24px 24px;
	}
	.product-list li .image {
		height: 155px;
	}
	.product-list li .name {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.product-list li .company {
		font-size: 14px;
		margin-top: 15px;
		line-height: 16px;
		height: 16px;
	}
	.product-list li .hot mark {
		padding: 0 7px;
		line-height: 22px;
		height: 22px;
		font-size: 14px;
	}
	.product-list li .price {
		margin-top: 16px;
	}
	.product-list li .price span:first-child {
		font-size: 18px;
		width: 104px;
	}
	.product-list li .price span i {
		font-size: 13px;
	}
	.product-list li .price span {
		font-size: 15px;
		line-height: 36px;
		height: 36px;
		text-indent: 7px;
	}
	.product-list li .price span:first-child::after {
		right: -14px;
		border-width: 18px 0 18px 14px;
	}
	.product-list li .time {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.product-list li .btn {
		margin-top: 18px;
	}
	.product-list li .btn a {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.link {
		margin-top: 30px;
	}
	.link-top a {
		height: 32px;
		line-height: 30px;
		padding: 0 9px;
		font-size: 14px;
	}
	.link-top a i {
		font-size: 14px;
	}
	.link-top b {
		line-height: 32px;
		font-size: 20px;
	}
	.link-bot {
		margin-top: 12px;
		padding: 17px 6px;
	}
	.link-bot li {
		line-height: 28px;
		padding: 0 16px;
		font-size: 15px;
	}
	.aboutUs p a {
    	padding: 0 41px;
    }
	.footerIconLeft {
		width: 420px;
	}
	.footerIconRight {
		width: calc(100% - 420px);
	}
	.banner-left {
		min-height: 532px;
	}
	.banner-center {
		width: 902px;
	}
	.banner-center .video-left {
		width: 673px;
	}
	.banner-right {
		min-height: 512px;
	}
	.banner-right .image {
		margin-top: 30px;
	}
	.banner-right .loginIndex {
		background: url(https://www.tao31.com/images/Index/Version/2021/banner-case.png) no-repeat left -8px;
	}
}

@media only screen and (min-width: 1600px){
    .main,.w{width:  1560px;}
}













